PART 2 FIX 

The numbskulls at CRL overwrote the game with the custom loader. So it crashes near the end. 
This replaces the 220 missing bytes with code the game understands. 
Its not the original code - that's gone. But at least you can progress to stage 3. 


		org $fb4d

		;flashing
		defb 'N'
		defb 'G'+$80

		defb $06
		defm 'LIGHT'
		defb 'S'+$80

		defb $05
		defm 'AGON'
		defb 'Y'+$80

		defb $07
		defm 'PLUNGE'
		defb 'S'+$80

		defb $05
		defm 'ZZZZ'
		defb 'Z'+$80
		
		defb $03
		defm 'EY'
		defb 'E'+$80

		defb $09
		defm 'USELESSL'
		defb 'Y'+$80

		defb $09
		defm 'TWITCHIN'
		defb 'G'+$80

		defb $05
		defm 'CHEE'
		defb 'K'+$80

		defb $05
		defm 'MOUT'
		defb 'H'+$80

		defb $05
		defm 'PULL'
		defb 'S'+$80		

		defb $07
		defm 'JAWBON'
		defb 'E'+$80

		defb $09
		defm 'SPLINTER'
		defb 'S'+$80

		defb $06
		defm 'CHEEK'
		defb 'S'+$80
		
		defb $05
		defm 'BURS'
		defb 'T'+$80
		
		defb $05
		defm 'SWEE'
		defb 'T'+$80

		defb $05
		defm 'THUM'
		defb 'B'+$80

		defb $05
		defm 'COME'
		defb 'S'+$80

		defb $07
		defm 'HALLWA'
		defb 'Y'+$80

		defb $07
		defm 'FOLLOW'
		defb 'S'+$80

		defb $06
		defm 'SEEIN'
		defb 'G'+$80

		defb $06
		defm 'CRAWL'
		defb 'S'+$80

		defb $07
		defm 'STUNNE'
		defb 'D'+$80

		defb $04
		defm 'PUL'
		defb 'L'+$80

		defb $07
		defm 'TRIGGE'
		defb 'R'+$80

		defb $05
		defm 'OPEN'
		defb 'S'+$80

		defb $06
		defm 'BULLE'
		defb 'T'+$80

		defb $05
		defm 'SLAM'
		defb 'S'+$80

		defb $05
		defm 'SKUL'
		defb 'L'+$80
		
		defb $05
		defm 'ROLL'
		defb 'S'+$80

		defb $04
		defm 'BOO'
		defb 'K'+$80

		defb $04
		defm 'COA'
		defb 'T'+$80

		defb $05
		defm 'DIAR'
		defb 'Y'+$80

		defb $05
		defm 'COVE'
		defb 'R'+$80